home *** CD-ROM | disk | FTP | other *** search
/ Aminet 5 / Aminet 5 - March 1995.iso / Aminet / util / cli / CLI_Tools.lha / Exists.doc < prev    next >
Text File  |  1995-02-03  |  646b  |  45 lines

  1.  
  2.  
  3.     NAME
  4.     Exists
  5.  
  6.     SYNOPSIS
  7.     Exists -determine, if a file exists - Requires v37
  8.  
  9.     INPUTS
  10.     FILE/A,NAME/S
  11.  
  12.     FUNCTION
  13.     Exists gets a filename and outputs if it exists.
  14.  
  15.     The resulting string is sent to STDOUT.
  16.  
  17.     RESULT
  18.     if NAME is set the filename if the file exists,
  19.     or empty string if not else 1/0
  20.  
  21.     NOTES
  22.     CLI - only
  23.  
  24.     should compile with DICE or SAS-C
  25.  
  26.     BUGS
  27.     We use 'Lock' to check the fil, so an exclusively
  28.     locked file is not recognized.
  29.  
  30.     EXAMPLES
  31.     >Exists Sys:
  32.     1
  33.  
  34.     >Exists c:copy NAME
  35.     c:copy
  36.  
  37.     >Exists jabba:the:hutt
  38.     0
  39.  
  40.     AUTHOR
  41.     Bernd Noll, Brunnenstrasse 55, D-67661 Kaiserslautern
  42.     noll@student.uni-kl.de
  43.  
  44.  
  45.